home *** CD-ROM | disk | FTP | other *** search
/ Hand Picked Software / Hand Picked Software.iso / aids / vendors / vendor.txt < prev    next >
Text File  |  1995-03-13  |  8KB  |  214 lines

  1. <<Main>>
  2. <Intro>
  3. Introduction
  4. The "PC Vendor" program is an editable database of 3700+ computer
  5. related vendors' information (address, phone numbers, notes, etc.).
  6. This is a quick conversion of the VENDOR written in the new Clarion
  7. CDD 3.0 with the DOS-GUI and the Hanson Super Templates to
  8. demonstrate some of the capabilities and speed of the new language.
  9.  
  10. The previous version (written in 2.1 & MTPro) is available on
  11. CIS and other BBS' as "VENDOR.ZIP" or "Vendor18.zip"
  12.  
  13. N.B. No liability is accepted for the accuracy of data listed.
  14.  
  15. <Menu selections>
  16. Menu Selections
  17.  
  18.     View -  View records by Vendor Name (default)
  19.             View by Code (Vendors grouped by function)
  20.  
  21.     Print - by Name
  22.                  All Names - prints all records alphabetically
  23.                  Selected Names - selectively tag records to print
  24.                                   (see also "Tagging")
  25.             by Code
  26.                  All Codes - print all records grouped by code/
  27.                              main function (see also "Codes")
  28.                  Selected codes - print one group by function
  29.  
  30.    Help  - Displays Help text file on screen.  Also available
  31.            by press key <F1>
  32.  
  33.    Quit  - Exit program
  34.  
  35.  
  36. <Keys>
  37.      Some of the keys used to navigate the program:
  38.  
  39.           KEY           ACTION
  40.          PgDn      - Scroll to bottom of page
  41.          Ctrl-PgDn - Scroll to end of file
  42.          PgUp      - Scroll to top of page
  43.          Ctrl-PgUp - Scroll to top of file
  44.          Esc       - Abort, exit screen
  45.          Ins       - Add record/character
  46.          Del       - Remove record/character
  47.          Home      - Cursor to beginning of line
  48.          End       - Cursor to end of line
  49.          Arrows    - (Cursor keys) move cursor or highlight bar
  50.          ()        one space Up-Down-Left-Right
  51.          Enter     - Accept entries; Do highlighted button
  52.          Tab       - Move cursor to next field/button
  53.          F1        - Help
  54.  
  55. <Locator>
  56. Find a Record
  57. While on the VIEW screens (viewing vendor list by Name or Code),
  58. type the first few letters of the desired record.  After
  59. a short pause, the highlight bar will move to or near that record.
  60. Continue adding letters to narrow the search.
  61.  
  62. <Buttons>
  63. Buttons
  64. <Insert>
  65. Insert
  66.      Add new records.  A blank entry form is displayed.  Tab or mouse
  67.      between fields and enter vendor info; data will be automatically
  68.      formatted. Press [Enter] or "OK" to save entry.  Press "Cancel" to
  69.      abandon. "Notes" is a memo field for free text entry.
  70.  
  71. <Change>
  72. Change
  73.      Edit existing records.  Highlight vendor by name or code and press
  74.      [Enter]  to display the selected vendor info form.  Tab or mouse
  75.      between fields and edit the data as needed.  Press [Enter] or "OK"
  76.      to save changes.  Press "Cancel" to abandon changes.
  77.  
  78. <Delete>
  79. Delete
  80.      Delete existing records.   Highlight vendor by name or code; select
  81.      "Delete" and the data form will display.  Press [Enter] or "OK" to
  82.      delete that record.
  83.  
  84. <Calendar>
  85. Calendar
  86.      Displays three month calendar with current date highlighted.
  87.  
  88. <Calculator>
  89. Calculator - Not yet working!
  90.  
  91.  
  92. <<Codes>>
  93. Codes
  94.      Vendors are coded by a 1-3 character as to their main function.
  95.      A lookup/validate table is available to enter selected vendor codes.
  96.      Codes may be added, deleted or edited by the user.
  97.  
  98.      To view by codes:
  99.                    Select the "View by code" from the main menu.
  100.                    Click on the arrow to display a list of codes,
  101.                    and "Select" or double click on the desired code.
  102.                    A filtered list of vendors for that code
  103.                    will then display. You must exit back to the
  104.                    menu to select another list by code.
  105.  
  106.  
  107.     To enter a code in a vendor record:
  108.                    Click on the arrow beside the "Code" field
  109.                    to display a pick list of codes.
  110.                    "Select" or double click on the desired code to
  111.                    enter into record.
  112.  
  113. <<Print>>
  114. Printing
  115.     Records may be printed, all or a selection, alphabetically or by
  116.     function code.  The full record is printed for each vendor. The user
  117.     chooses  to print to the screen, the printer, or to a file.   Enter
  118.     a valid path/file name in the provided box, if printing to file.
  119.  
  120. <<Tagging>>
  121. Tagging records
  122.      Records may be selectively tagged for printing.   A "√" will appear
  123.      next to tagged records.  The selected record marks are cleared
  124.      each time you enter this table.
  125.  
  126. <Tag>
  127. Tag   [Alt-T]
  128. Tag highlighted record for printing.
  129.  
  130. <UnTag>
  131. Untag  [Alt-U]
  132. Untag records; removes check mark.
  133.  
  134. <Flip>
  135. Flip   [Alt-F]
  136. Change existing tags; swaps check marks and blanks.
  137.  
  138. <Next Tag>
  139. Next Tag   [Alt-N]
  140. Moves highlight bar to next record tagged.
  141.  
  142. <Previous Tag>
  143. Previous Tag   [Alt-P]
  144. Moves highlight bar to last tagged record.
  145.  
  146. <<Updates>>
  147. <Buttons>
  148.      Some of the keys used to navigate the program:
  149.  
  150.           KEY           ACTION
  151.          PgDn      - Scroll to bottom of page
  152.          Ctrl-PgDn - Scroll to end of file
  153.          PgUp      - Scroll to top of page
  154.          Ctrl-PgUp - Scroll to top of file
  155.          Esc       - Abort, exit screen
  156.          Ins       - Add record/character
  157.          Del       - Remove record/character
  158.          Home      - Cursor to beginning of line
  159.          End       - Cursor to end of line
  160.                - (Cursor keys) move cursor or highlight bar
  161.                       one space Up-Down-Left-Right
  162.          Enter     - Accept entries; Do highlighted button
  163.          Tab       - Move cursor to next field/button
  164.          F1        - Help
  165.  
  166. Buttons
  167. <Insert>
  168. Insert
  169.      Add new records.  A blank entry form is displayed.  Tab or mouse
  170.      between fields and enter vendor info; data will be automatically
  171.      formatted. Press [Enter] or "OK" to save entry.  Press "Cancel" to
  172.      abandon. "Notes" is a memo field for free text entry.
  173.  
  174. <Change>
  175. Change
  176.      Edit existing records.  Highlight vendor by name or code and press
  177.      [Enter]  to display the selected vendor info form.  Tab or mouse
  178.      between fields and edit the data as needed.  Press [Enter] or "OK"
  179.      to save changes.  Press "Cancel" to abandon changes.
  180.  
  181. <Delete>
  182. Delete
  183.      Delete existing records.   Highlight vendor by name or code; select
  184.      "Delete" and the data form will display.  Press [Enter] or "OK" to
  185.      delete that record.
  186.  
  187. <Calendar>
  188. Calendar
  189.      Displays three month calendar with current date highlighted.
  190.  
  191. <Calculator>
  192. Calculator - not yet working!
  193.  
  194. <<Dates>>
  195. <Date Lookup>
  196. A calendar is popped up for easy entry of the record update date.  With
  197. a mouse, simply click on the desired date, then click on "Select" to
  198. enter the highlighted date.  The "Previous" and "Next" buttons may be
  199. used to change the current month and year displayed.
  200.  
  201. <<Other>>
  202. The author of this free demo is:  Ed Robichaud
  203.             of               PC Consultants
  204.                              11026-B Villa Ridge Ct.
  205.                              Reston, VA 22091-4841
  206.                              Tel & Fax (703)860-0108
  207.  
  208. I specialize in custom programs for non-profit agencies.  Complete
  209. service available for mail list management, personnel tracking, etc.
  210. Experienced in dBase III+/IV, Alpha4, Clipper, Paradox, and
  211. my favorite - Clarion.   New work or modify your existing files.
  212. Initial consultation free, low rates and money back satisfaction
  213. guarantee.   References available on request.
  214.